Uses of Interface
org.dogtagpki.legacy.policy.IExpression
Packages that use IExpression
Package
Description
-
Uses of IExpression in org.dogtagpki.legacy.core.policy
Classes in org.dogtagpki.legacy.core.policy that implement IExpressionModifier and TypeClassDescriptionclass
This class represents an expression of the form. class
This class represents an Or expression of the form (var1 op val1 OR var2 op val2).class
This class represents an expression of the form var = val, var val, var val, var val, var val, var val.Fields in org.dogtagpki.legacy.core.policy with type parameters of type IExpressionModifier and TypeFieldDescriptionstatic final Hashtable
<String, IExpression> GenericPolicyProcessor.DEF_UNDELETABLE_POLICIES
Methods in org.dogtagpki.legacy.core.policy that return IExpressionModifier and TypeMethodDescriptionstatic IExpression
Parse the predicate expression and return a vector of expressions.static IExpression
Constructors in org.dogtagpki.legacy.core.policy with parameters of type IExpressionModifierConstructorDescriptionAndExpression
(IExpression exp1, IExpression exp2) OrExpression
(IExpression exp1, IExpression exp2) -
Uses of IExpression in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return IExpressionModifier and TypeMethodDescriptionParse the predicate expression and return a vector of expressions. -
Uses of IExpression in org.dogtagpki.legacy.server.policy
Fields in org.dogtagpki.legacy.server.policy declared as IExpressionMethods in org.dogtagpki.legacy.server.policy that return IExpressionModifier and TypeMethodDescriptionPolicyRule.getPredicate()
Returns the predicate expression for the rule.Methods in org.dogtagpki.legacy.server.policy with parameters of type IExpressionModifier and TypeMethodDescriptionvoid
PolicyRule.setPredicate
(IExpression exp) Sets a predicate expression for rule matching.